ArcFM Responder Mobile Developer Guide
Threshold Property (FeatureLoaderCriteria<T>)






Syntax
'Declaration
 
Public Property Threshold As System.Integer
'Usage
 
Dim instance As FeatureLoaderCriteria(Of T)
Dim value As System.Integer
 
instance.Threshold = value
 
value = instance.Threshold
public System.int Threshold {get; set;}
public read-write property Threshold: System.Integer; 
public function get,set Threshold : System.int
public: __property System.int get_Threshold();
public: __property void set_Threshold( 
   System.int value
);
public:
property System.int Threshold {
   System.int get();
   void set (    System.int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FeatureLoaderCriteria<T> Class
FeatureLoaderCriteria<T> Members

Send Feedback